home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11369 < prev    next >
Encoding:
Text File  |  2002-07-05  |  1.5 KB  |  74 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4.     <LINK REL="stylesheet" TYPE="text/css" HREF="%2css/default.css">
  5. </HEAD>
  6.  
  7. <BODY TOPMARGIN="0" LEFTMARGIN="5" MARGINHEIGHT="0" MARGINWIDTH="5">
  8.  
  9.  
  10. <script language="Javascript">
  11. // LOCALIZATION STRINGS
  12. var _strConfirm = "Mapping an NT group can take from several seconds to several minutes, depending on the size of the group";
  13. //
  14. </script>
  15.  
  16. <SCRIPT language=Javascript>
  17.  
  18. function onSubmit()
  19. {
  20.     if (confirm(_strConfirm))
  21.         document.forms[0].submit();
  22. }
  23.  
  24. function onCancel()
  25. {
  26.     window.parent.location = "%3"
  27. }
  28.  
  29. </SCRIPT>
  30.  
  31. <!-- Content -->
  32. <form action="%1" method=POST target="target_frame">
  33.  
  34. <br>
  35.  
  36. <span class="listSelected">
  37.  
  38. Include an existing NT Group in the list of all groups
  39.  
  40. </span>
  41.  
  42. <BR>
  43.  
  44. (The CMC group will be updated to reflect the changes to the NT group)
  45.  
  46. <BR>
  47. <BR>
  48.  
  49. <table CELLPADDING="0" CELLSPACING="0" border=0 width=100%>
  50.     <tr><td class="list">NT Domain\Group Name:</td><td class="list"><input type=text size=50 name="groupName"></td></tr>
  51. </table>
  52.  
  53. <br> 
  54.  
  55. <table align=center CELLPADDING="0" border=0 width=20%>
  56. <tr>
  57.     <td><table cellspacing=5 cellpadding=0 border=0> 
  58.       <tr>
  59.         <td class="clsButton" align=middle nowrap>
  60.             <div class="clsButton"><a href="javascript:onSubmit()">Ok</a></div>
  61.         </td>
  62.  
  63.         <td class="clsButton" align=middle nowrap>
  64.             <div class="clsButton"><a href="javascript:onCancel()">Cancel</a></div>  
  65.         </td>
  66.      </tr>
  67.     </table></td> 
  68. </tr>
  69. </table>
  70.  
  71. </form>
  72. </BODY>
  73. </HTML>
  74.